home *** CD-ROM | disk | FTP | other *** search
/ Best Tools for JAVA / Best Tools for JAVA.iso / JAVA_ALL / KAFFE-0.2 / LIB / NATIVE / JAVA.IO / JAVA.000 next >
Encoding:
Text File  |  1996-07-30  |  361 b   |  16 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <native.h>
  3. /* Header for class java_io_PrintStream */
  4.  
  5. #ifndef _Included_java_io_PrintStream
  6. #define _Included_java_io_PrintStream
  7.  
  8. typedef struct Classjava_io_PrintStream {
  9.   long /* bool */ autoflush;
  10.   long /* bool */ trouble;
  11. } Classjava_io_PrintStream;
  12. HandleTo(java_io_PrintStream);
  13.  
  14.  
  15. #endif
  16.